home *** CD-ROM | disk | FTP | other *** search
/ Birth of Jesus Activity Center / Birth of Jesus Activity Center.iso / mac / data / babyj.dir / 00208_Script_208 < prev    next >
Text File  |  1997-11-02  |  213b  |  17 lines

  1. -- wait for click
  2.  
  3. on exitFrame
  4.   if soundbusy(1) = FALSE then
  5.     puppetsound 0
  6.     go "login"
  7.   else
  8.     go to the frame
  9.   end if
  10. end
  11.  
  12. on mouseDown
  13.   puppetsound 0
  14.   go "login"
  15. end on mouseDown
  16.  
  17.